Function
Static Public Summary | ||
public |
Layout for a public key |
|
public |
rustString(property: string): * Layout for a Rust String type |
|
public |
async sendAndConfirmRawTransaction(connection: *, rawTransaction: *): * Sign, send and confirm a raw transaction |
|
public |
async sendAndConfirmTransaction(connection: *, transaction: *, signers: ...*): * Sign, send and confirm a transaction |
|
public |
|
|
public |
testnetChannelEndpoint(channel: *): * Retrieves the RPC endpoint URL for the specified testnet release channel |
|
public |
Layout for a 64bit unsigned value |
Static Public
public publicKey(property: string): * source
import {publicKey} from '@solana/web3'
Layout for a public key
Params:
Name | Type | Attribute | Description |
property | string |
|
Return:
* |
public rustString(property: string): * source
import {rustString} from '@solana/web3'
Layout for a Rust String type
Params:
Name | Type | Attribute | Description |
property | string |
|
Return:
* |
public async sendAndConfirmRawTransaction(connection: *, rawTransaction: *): * source
import {sendAndConfirmRawTransaction} from '@solana/web3'
Sign, send and confirm a raw transaction
Params:
Name | Type | Attribute | Description |
connection | * | ||
rawTransaction | * |
Return:
* |
public async sendAndConfirmTransaction(connection: *, transaction: *, signers: ...*): * source
import {sendAndConfirmTransaction} from '@solana/web3'
Sign, send and confirm a transaction
Params:
Name | Type | Attribute | Description |
connection | * | ||
transaction | * | ||
signers | ...* |
Return:
* |
public sleep(ms: number): Promise<void> source
import {sleep} from '@solana/web3'
Params:
Name | Type | Attribute | Description |
ms | number |
public testnetChannelEndpoint(channel: *): * source
import {testnetChannelEndpoint} from '@solana/web3'
Retrieves the RPC endpoint URL for the specified testnet release channel
Params:
Name | Type | Attribute | Description |
channel | * |
Return:
* |
public uint64(property: string): * source
import {uint64} from '@solana/web3'
Layout for a 64bit unsigned value
Params:
Name | Type | Attribute | Description |
property | string |
|
Return:
* |