Type alias SendTransactionResp

SendTransactionResp: {
    error?: RpcError;
    id: number | string;
    signature: string;
    status: TxnCommitment | null;
}

Type declaration

  • Optional error?: RpcError
  • id: number | string
  • signature: string
  • status: TxnCommitment | null

Generated using TypeDoc