Type alias OperationStruct

OperationStruct: {
    opcode: PromiseOrValue<BigNumber>;
    operatorAddress: PromiseOrValue<string>;
    param: ParamStruct;
}

Type declaration

Generated using TypeDoc