Function registerAccountMessage
- registerAccountMessage(strategyOperation, registerAccountOperation): QueryObject<string, {
register_account_operation: RawGtxOp;
strategy_operation: RawGtxOp;
}> Parameters
- strategyOperation: Operation
- registerAccountOperation: Operation
Returns QueryObject<string, {
register_account_operation: RawGtxOp;
strategy_operation: RawGtxOp;
}>
Creates a query object for the
get_register_account_messagequery.