type ExportSolanaAccountOptions = { solanaAccount: SolanaAddress; idempotencyKey?: string; };
solanaAccount
SolanaAddress
idempotencyKey?
string
Was this page helpful?