Documentation ¶
Index ¶
- func PegEventToCosmosMsg(attributes []tmKv.Pair) (*msgTypes.MsgPeg, int64, error)
- func RelayConfirmedInvitation(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayInvitation(client *sdk.Client, firstCosignatoryPrivateKey string, ...) (string, error)
- func RelayMsg(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayNotCosigned(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayNotifyCosigned(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayPeg(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayPendingRequestInvitation(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayRecordUnpeg(cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, ...) error
- func RelayUnpeg(client *sdk.Client, firstCosignatoryPrivateKey, multisigPublicKey string, ...) (string, error)
- func RequestInvitationEventToCosmosMsg(attributes []tmKv.Pair) (*msgTypes.MsgRequestInvitation, string, error)
- func UnpegEventToCosmosMsg(attributes []tmKv.Pair) (*msgTypes.MsgUnpeg, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PegEventToCosmosMsg ¶
func RelayConfirmedInvitation ¶
func RelayConfirmedInvitation( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgConfirmedInvitation, ) error
func RelayInvitation ¶
func RelayMsg ¶
func RelayMsg( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg sdk.Msg, ) error
func RelayNotCosigned ¶
func RelayNotCosigned( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgNotCosignedClaim, ) error
func RelayNotifyCosigned ¶
func RelayNotifyCosigned( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgNotifyCosigned, ) error
func RelayPeg ¶
func RelayPeg( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgPegClaim, ) error
func RelayPendingRequestInvitation ¶
func RelayPendingRequestInvitation( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgPendingRequestInvitation, ) error
func RelayRecordUnpeg ¶
func RelayRecordUnpeg( cliCtx sdkContext.CLIContext, txBldr authtypes.TxBuilder, validatorMoniker string, msg types.MsgRecordUnpeg, ) error
func RelayUnpeg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.