Documentation ¶
Index ¶
- func AccessKeychain(endpoint string, seed []byte) (*archethic.Keychain, error)
- func AddServiceToKeychain(accessSeed []byte, endpoint string, serviceName string, ...) (string, error)
- func CreateKeychain(url string, accessSeed []byte) (string, string, string, string, error)
- func ExtractSeedFromMnemonic(words string) ([]byte, error)
- func GetCurveName(h archethic.Curve) string
- func GetHashAlgorithmName(h archethic.HashAlgo) string
- func GetLastTransactionIndex(url string, curve archethic.Curve, seed []byte) (uint, error)
- func GetSSHPrivateKey(privateKeyPath string) ([]byte, error)
- func GetSeedBytes(flags *pflag.FlagSet, ...) ([]byte, error)
- func GetTransactionFee(transaction *archethic.TransactionBuilder, secretKey []byte, ...) (archethic.Fee, error)
- func GetTransactionFeeJson(transaction *archethic.TransactionBuilder, secretKey []byte, ...) (string, error)
- func RemoveServiceFromKeychain(accessSeed []byte, endpoint string, serviceName string) (string, error)
- func SendTransaction(transaction *archethic.TransactionBuilder, secretKey []byte, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccessKeychain ¶ added in v1.1.0
func AddServiceToKeychain ¶ added in v1.1.0
func CreateKeychain ¶ added in v1.1.0
func ExtractSeedFromMnemonic ¶ added in v1.1.0
func GetCurveName ¶
func GetHashAlgorithmName ¶
func GetLastTransactionIndex ¶ added in v1.1.0
func GetSSHPrivateKey ¶ added in v1.1.0
func GetSeedBytes ¶ added in v1.1.0
func GetTransactionFee ¶ added in v1.1.0
func GetTransactionFeeJson ¶ added in v1.1.0
func RemoveServiceFromKeychain ¶ added in v1.1.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.