Type Alias RPCRunOperationParam

RPCRunOperationParam: {
    chain_id: string;
    operation: OperationObject;
}