aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/schemas/method_opts_schema.ts
blob: ef434070af27ddf9d3e0e93a99e42a46b0121b37 (plain) (blame)
1
2
3
4
5
6
7
export const methodOptsSchema = {
    id: '/MethodOpts',
    properties: {
        defaultBlock: { $ref: '/BlockParam' },
    },
    type: 'object',
};