OPNet
    Preparing search index...

    Type Alias MetadataNFT

    MetadataNFT: CallResult<
        {
            banner: string;
            description: string;
            domainSeparator: Uint8Array;
            icon: string;
            maximumSupply: bigint;
            name: string;
            symbol: string;
            totalSupply: bigint;
            website: string;
        },
        OPNetEvent<never>[],
    >

    Represents the result of the metadata function call.