package
0.0.3
Repository: https://github.com/anoideaopen/robot.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ConvertPrivateKeyToBase58Check - use privateKey with standard encoded type - Base58Check.
ConvertPublicKeyToBase58 - use publicKey with standard encoded type - Base58.
ConvertSignatureToBase58 - use signature with standard encoded type - Base58.
EncodedPrivKeyToEd25519 - get private key type Ed25519 by encoded private key in string secretKey string - private key in base58check, base58 or hex.
No description provided by the author
No description provided by the author
No description provided by the author
GetAddress - get address by encoded string in standard encoded for project is 'base58.Check' secretKey string - private key in base58check, or hex or base58.
GetAddressByPublicKey - get address by encoded string in standard encoded for project is 'base58.Check' secretKey string - private key in base58check, or hex or base58.
GetBase58PubKey returns base58-encoded pubkey.
No description provided by the author
No description provided by the author
GetPrivateKeySKFromBase58 - get private key type Ed25519 by string - Base58 encoded private key secretKey string - private key in Base58.
GetPrivateKeySKFromBase58Check - get private key type Ed25519 by string - Base58Check encoded private key secretKey string - private key in Base58Check.
GetPrivateKeySKFromHex - get private key type Ed25519 by string - hex encoded private key secretKey string - private key in hex.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author