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