Skip to main content
Structure
struct TypedDataSignatureResponse

Structures

TypedDataSignatureResponse.TypedDataParams

struct TypedDataParams

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

approvals

Inherited from SignatureApiModel.approvals.
let approvals: Approvals

chainType

Inherited from SignatureApiModel.chainType.
let chainType: String?

createdAt

Inherited from SignatureApiModel.createdAt.
let createdAt: Date

id

Inherited from SignatureApiModel.id.
let id: String

params

let params: TypedDataSignatureResponse.TypedDataParams

status

Inherited from SignatureApiModel.status.
let status: String

type

Inherited from SignatureApiModel.type.
let type: String

walletType

Inherited from SignatureApiModel.walletType.
let walletType: String?