Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WalletToWalletCmd = &cobra.Command{ Use: "wallet-to-wallet", Short: "Wallet to wallet tx building command", Long: ``, Run: func(cmd *cobra.Command, args []string) { txHash, err := WalletToWalletTxBuilder(originAddress, destinationAddress, amount, submitOpt) if err != nil { panic(err) } if txHash != "" { fmt.Println("TxHash:", txHash) } }, }
Functions ¶
func SetUserWallet ¶
func WalletSetup ¶
func WalletSetup() error
Types ¶
type UserWallet ¶
type UserWallet struct {
UserPKH serialization.PubKeyHash
UserVkey Key.VerificationKey
UserSkey Key.SigningKey
}
func GetUserWallet ¶
func GetUserWallet() *UserWallet
Click to show internal directories.
Click to hide internal directories.