Home Reference Source

src/types.ts




export type ProxyVote = {
    // these should be `bytes32` hexstrings
    proxyReq: [string, string, string, string, string]
    // this is a `bytes` hexstring
    extra: string
}