Function registerAccountMessage

  • Creates a query object for the get_register_account_message query.

    Parameters

    • strategyOperation: Operation

      operation corresponding to the strategy that is being used to register the account

    • registerAccountOperation: Operation

      operation that will be used for registering the account

    Returns QueryObject<string, {
        register_account_operation: RawGtxOp;
        strategy_operation: RawGtxOp;
    }>