Documentation
¶
Index ¶
- func CmdBroadcastBatchTransfer() *cobra.Command
- func CmdCheckNullifier() *cobra.Command
- func CmdDecodeTransferDisclosure() *cobra.Command
- func CmdDeposit() *cobra.Command
- func CmdListNotes() *cobra.Command
- func CmdPrepareBatchTransfer() *cobra.Command
- func CmdPrepareWithdraw() *cobra.Command
- func CmdProveBatchTransfer() *cobra.Command
- func CmdRelayWithdraw() *cobra.Command
- func CmdReserve() *cobra.Command
- func CmdShowDisclosurePubKey() *cobra.Command
- func CmdShowShieldedAddress() *cobra.Command
- func CmdShowViewingKey() *cobra.Command
- func CmdTransfer() *cobra.Command
- func CmdTransferBatch() *cobra.Command
- func CmdTransferBatch16x32() *cobra.Command
- func CmdWithdraw() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- type FoundNote
- type LocalWalletData
- type PreparedWithdrawPayload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdBroadcastBatchTransfer ¶ added in v0.2.0
func CmdCheckNullifier ¶
func CmdDeposit ¶
func CmdListNotes ¶
func CmdPrepareBatchTransfer ¶ added in v0.2.0
func CmdPrepareWithdraw ¶
func CmdProveBatchTransfer ¶ added in v0.2.0
func CmdRelayWithdraw ¶
func CmdReserve ¶ added in v0.1.0
func CmdShowDisclosurePubKey ¶
func CmdShowShieldedAddress ¶
func CmdShowViewingKey ¶
func CmdTransfer ¶
func CmdTransferBatch ¶ added in v0.1.0
func CmdTransferBatch16x32 ¶ added in v0.2.0
CmdTransferBatch16x32 is the one-proof 1..16 input / 1..32 output flow. It intentionally has a different name from transfer-batch, which remains a multi-MsgTransfer Cosmos transaction envelope.
func CmdWithdraw ¶
func GetQueryCmd ¶
Types ¶
type FoundNote ¶
type FoundNote = privacyscan.FoundNote
type LocalWalletData ¶
type LocalWalletData = privacyscan.LocalWalletData
type PreparedWithdrawPayload ¶
type PreparedWithdrawPayload = privacywithdraw.PreparedWithdrawPayload
Click to show internal directories.
Click to hide internal directories.