Coda by Ian Macalinao
    Preparing search index...

    Type Alias VerifiedCreatorsSignature

    A single creator entry recorded by the VerifiedCreators plugin.

    type VerifiedCreatorsSignature = {
        address: Address;
        verified: boolean;
    }
    Index

    Properties

    Properties

    address: Address

    The creator's address.

    verified: boolean

    Whether this creator has signed to verify their inclusion.