Type alias CallOperation

CallOperation: BaseSmartContractOperation & {
    address: string;
    func: string;
    parameter: Uint8Array;
    type: CallSmartContractFunction;
}

Type declaration