References
summary | ||
public |
C Account An account key pair (public and secret keys). |
|
public |
Factory class for transactions to interact with a program loader |
|
public |
Factory class for transactions to interact with the Budget program |
|
public |
A connection to a fullnode JSON RPC endpoint |
|
public |
C Loader Program loader interface |
|
public |
Factory class for transactions to interact with a program loader |
|
public |
A public key |
|
public |
Factory class for transactions to interact with the System program |
|
public |
C Token An ERC20-like Token |
|
public |
Some amount of tokens |
|
public |
Transaction class |
|
public |
Transaction Instruction class |
|
public |
Layout for a public key |
|
public |
F rustString(property: string): * Layout for a Rust String type |
|
public |
Layout for a 64bit unsigned value |
|
public |
|
|
public |
|
|
public |
The built-in token program |
|
public |
Maximum over-the-wire size of a Transaction |
|
public |
T Blockhhash: string |
|
public |
A condition that can unlock a payment |
|
public |
Represents a payment to a given public key |
|
public |
Represents a condition that is met by executing a |
|
public |
Represents a condition that is met by executing a |
|
public |
Information describing an account |
|
public |
Information describing a cluster node |
|
public |
Account information identified by pubkey |
|
public |
Signature status: Success |
|
public |
Signature status: TransactionError |
|
public |
List of Transaction object fields that may be initialized at construction |
|
public |
List of TransactionInstruction object fields that may be initialized at construction |
|
public |
|
util
summary | ||
public |
F async sendAndConfirmRawTransaction(connection: *, rawTransaction: *): * Sign, send and confirm a raw transaction |
|
public |
F async sendAndConfirmTransaction(connection: *, transaction: *, signers: ...*): * Sign, send and confirm a transaction |
|
public |
F decodeLength(bytes: Array<number>): number |
|
public |
F encodeLength(bytes: Array<number>, len: number) |
|
public |
|
|
public |
F testnetChannelEndpoint(channel: *): * Retrieves the RPC endpoint URL for the specified testnet release channel |