Typedef
Static Public Summary | ||
public |
Information describing an account |
|
public |
|
|
public |
A condition that can unlock a payment |
|
public |
Account information identified by pubkey |
|
public |
Represents a payment to a given public key |
|
public |
Represents a condition that is met by executing a |
|
public |
Possible signature status values |
|
public |
Represents a condition that is met by executing a |
|
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 |
|
Static Public
public AccountInfo: Object source
Information describing an account
Properties:
Name | Type | Attribute | Description |
lamports | number | Number of lamports assigned to the account |
|
owner | PublicKey | Identifier of the program that owns the account |
|
userdata | Buffer |
|
Optional userdata assigned to the account |
executable | boolean |
|
public BudgetCondition: SignatureCondition | TimestampCondition source
A condition that can unlock a payment
public KeyedAccountInfo: Object source
Account information identified by pubkey
Properties:
Name | Type | Attribute | Description |
accountId | PublicKey | ||
accountInfo | AccountInfo |
public SignatureCondition: Object source
Represents a condition that is met by executing a applySignature()
transaction
public TimestampCondition: Object source
Represents a condition that is met by executing a applyTimestamp()
transaction
public TransactionCtorFields: Object source
List of Transaction object fields that may be initialized at construction
Properties:
Name | Type | Attribute | Description |
fee | number |
|
|
(?recentBlockhash} | * | A recent block hash |
|
(?signatures} | * | One or more signatures |