Properties
| Property | Type | Description |
|---|---|---|
solanaAccount | SolanaAddress | The Solana account to sign the transaction with. |
transaction | string | The base64 encoded transaction to sign. |
type SignSolanaTransactionOptions = {
solanaAccount: SolanaAddress;
transaction: string;
};
| Property | Type | Description |
|---|---|---|
solanaAccount | SolanaAddress | The Solana account to sign the transaction with. |
transaction | string | The base64 encoded transaction to sign. |
Was this page helpful?