UNPKG

@mstable/protocol

Version:
8 lines (7 loc) 179 B
import { Signer } from "ethers"; export declare type Address = string; export declare type Bytes32 = string; export interface Account { signer: Signer; address: string; }