Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateCommandResults struct { UpdateWalletCommanderCommands struct { Id uuid } `` /* 184-byte string literal not displayed */ }
View Source
var WallterCommanderSubscription struct { WalletCommanderCommand `graphql:"wallet_commander_commands(where: {client_id: {_eq: $clientId }, command_status:{ _eq: NOT_PROCESSED }})"` }
Functions ¶
func NewUpdateCommandResultsVars ¶
func NewUpdateCommandResultsVars( commandId, transactionHash string, status api.WalletCommanderStatus, statusMessage string) map[string]interface{}
Types ¶
type WalletCommanderCommand ¶
type WalletCommanderCommand struct { Id graphql.ID Operation graphql.String Payload json.RawMessage }
func (WalletCommanderCommand) UnmarshalClaimSlpPayload ¶
func (w WalletCommanderCommand) UnmarshalClaimSlpPayload() (*api.ClaimSlpPayload, error)
func (WalletCommanderCommand) UnmarshalTransferAxiePayload ¶
func (w WalletCommanderCommand) UnmarshalTransferAxiePayload() (*api.TransferAxiePayload, error)
func (WalletCommanderCommand) UnmarshalTransferSlpPayload ¶
func (w WalletCommanderCommand) UnmarshalTransferSlpPayload() (*api.TransferSlpPayload, error)
Click to show internal directories.
Click to hide internal directories.