Type Alias PrepareOperationParams

PrepareOperationParams: {
    operation: RPCOperation | RPCOperation[];
    source?: string;
}