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