UNPKG

@scrimmage/rewards

Version:
12 lines (11 loc) 239 B
export interface PrivateKey { /** * Alias for the private key. Used to identify the private key when * sending rewards. */ alias: string; /** * Private key used to send rewards. */ value: string; }