Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attestation ¶
type AuthenticationRequest ¶
type AuthenticationRequest struct { SignedWhoamiRequest SignedTurnkeyRequest SubOrganizationId string // optional; for email auth }
type BroadcastTxParams ¶
type BroadcastTxParams struct {
SignedSendTx string `json:"signedSendTx" binding:"required"`
}
type ConstructTxParams ¶
type EmailAuthParams ¶
type ExportRequest ¶
type ExportRequest struct {
SignedExportRequest SignedTurnkeyRequest `json:"signedExportRequest" binding:"required"`
}
type RecoverRequest ¶
type RecoverRequest struct {
SignedRecoverRequest SignedTurnkeyRequest `json:"signedRecoverRequest" binding:"required"`
}
type RecoveryParams ¶
type RegistrationRequest ¶
type RegistrationRequest struct { Email string Attestation Attestation Challenge string }
type SendTxParams ¶
type SendTxParams struct {
SignedSendTx SignedTurnkeyRequest `json:"signedSendTx" binding:"required"`
}
type SignedTurnkeyRequest ¶
type SignedTurnkeyRequest struct { Url string Body string Stamp TurnkeyStamp `json:"stamp" binding:"required"` }
type TurnkeyStamp ¶
type WhoamiRequest ¶
type WhoamiRequest struct {
SignedWhoamiRequest SignedTurnkeyRequest `json:"signedWhoamiRequest" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.