LedgerPayloadPrepResponse
public struct LedgerPayloadPrepResponse
Used to return a bunch of formatted data, to make interacting with ledger sign operation easier
-
Declaration
Swift
public let payload: OperationPayload
-
Declaration
Swift
public let forgedOp: String
-
Declaration
Swift
public let watermarkedOp: String
-
Declaration
Swift
public let blake2bHash: String
-
Declaration
Swift
public let metadata: OperationMetadata
-
Declaration
Swift
public let canLedgerParse: Bool