Home > eth-connect > PendingTransaction
Signature:
export type PendingTransaction = TransactionObject & {
type: TransactionType.pending;
};
References: TransactionObject, TransactionType.pending
Home > eth-connect > PendingTransaction
Signature:
export type PendingTransaction = TransactionObject & {
type: TransactionType.pending;
};
References: TransactionObject, TransactionType.pending