Skip to main content
type SendSolanaTransactionResult = {
  transactionSignature: string;
};

Properties

PropertyType
transactionSignaturestring
I