f7b3fc58b
713f285f3
1 2 3
4
5 6 7 8
export const txOptsSchema = { id: '/TxOpts', properties: { gasPrice: { $ref: '/numberSchema' }, gasLimit: { type: 'number' }, }, type: 'object', };