UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

8 lines (7 loc) 283 B
type UseTransactionTotalProps = { transactionValue?: bigint; gasTotalPrice?: bigint; isGasSponsored?: boolean; }; export declare const useTransactionTotal: ({ transactionValue, gasTotalPrice, isGasSponsored, }: UseTransactionTotalProps) => bigint | undefined; export {};