Function
Static Public Summary | ||
public |
Layout for a public key |
|
public |
async sendAndConfirmTransaction(connection: *, from: *, transaction: *, runtimeErrorOk: boolean) Sign, send and confirm a transaction |
|
public |
|
|
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 async sendAndConfirmTransaction(connection: *, from: *, transaction: *, runtimeErrorOk: boolean) source
import {sendAndConfirmTransaction} from '@solana/web3'
Sign, send and confirm a transaction
Params:
Name | Type | Attribute | Description |
connection | * | ||
from | * | ||
transaction | * | ||
runtimeErrorOk | boolean |
|
public sleep(ms: number): Promise<void> source
import {sleep} from '@solana/web3'
Params:
Name | Type | Attribute | Description |
ms | number |
public uint64(property: string): * source
import {uint64} from '@solana/web3'
Layout for a 64bit unsigned value
Params:
Name | Type | Attribute | Description |
property | string |
|
Return:
* |