Type Alias: GetNonceSuccess
type GetNonceSuccess = GetNonceInput & {
nonceValue: bigint;
status: typeof Success;
};Defined in: packages/boop-sdk/lib/utils/getNonce.ts:19
Type declaration
nonceValue
nonceValue: bigint;status
status: typeof Success;