Skip to content

Type Alias: GetNonceSuccess

type GetNonceSuccess = GetNonceInput & {
  nonceValue: bigint;
  status: typeof Success;
};

Defined in: packages/boop-sdk/lib/types/GetNonce.ts:19

Type declaration

nonceValue

nonceValue: bigint;

status

status: typeof Success;