Solana (Solana v0.1.0)
View SourceA library for interacting with the Solana blockchain.
Summary
Functions
The public key for the BPF Loader program
The public key for the Clock system variable
Decodes or extracts a Solana.Key.t/0
from a Base58-encoded string or a
Solana.Key.pair/0
.
Decodes or extracts a Solana.Key.t/0
from a Base58-encoded string or a
Solana.Key.pair/0
.
The public key for the RecentBlockhashes system variable
The public key for the Rent system variable.
Types
@type key() :: Solana.Key.t()
See Solana.Key.t/0
@type keypair() :: Solana.Key.pair()
Functions
The public key for the BPF Loader program
The public key for the Clock system variable
Decodes or extracts a Solana.Key.t/0
from a Base58-encoded string or a
Solana.Key.pair/0
.
Returns {:ok, key}
if the key is valid, or an error tuple if it's not.
Decodes or extracts a Solana.Key.t/0
from a Base58-encoded string or a
Solana.Key.pair/0
.
Throws an ArgumentError
if it fails to retrieve the public key.
The public key for the RecentBlockhashes system variable
The public key for the Rent system variable.