CDP SDK TypeScript - v1.31.0
Preparing search index...
client/solana/solana.types
TransactionResult
Interface TransactionResult
The result of sending a Solana transaction.
interface
TransactionResult
{
signature
:
string
;
}
Index
Properties
signature
Properties
signature
signature
:
string
The signature of the transaction base58 encoded.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
signature
CDP SDK TypeScript - v1.31.0
Loading...
The result of sending a Solana transaction.