UNPKG

@rabby-wallet/rabby-sign

Version:

signature utils

7 lines (6 loc) 150 B
export declare const VER_CATTLE = "v2"; export declare type ISignOpts = { nonce?: string; timestamp?: number | string; version?: 'v2'; };