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