CCC Docs
    Preparing search index...

    Class CoinXUdtArgs

    Encoded xUDT type script arguments.

    The owner-mode bits are exposed as boolean fields, while the lower extension flags and their associated data are represented by CoinXUdtExtension.

    Hierarchy

    • {}
      • CoinXUdtArgs
    Index
    • Parameters

      • __namedParameters: {
            ownerScriptHash: `0x${string}`;
            ownerModeInputLockDisabled: boolean;
            ownerModeOutputType: boolean;
            ownerModeInputType: boolean;
            extensionData: CoinXUdtExtension;
            shouldKeepFlag: boolean;
        }

      Returns CoinXUdtArgs

    ownerScriptHash: `0x${string}`

    The normalized 32-byte owner script hash.

    ownerModeInputLockDisabled: boolean

    Whether input-lock owner-mode validation is disabled.

    ownerModeOutputType: boolean

    Whether output-type owner-mode validation is enabled.

    ownerModeInputType: boolean

    Whether input-type owner-mode validation is enabled.

    extensionData: CoinXUdtExtension

    The normalized extension union.

    shouldKeepFlag: boolean

    Whether an otherwise-zero flags field should be retained.