@wharfkit/session - v4.0.1
    Preparing search index...

    Class AccountCreationPluginMetadata

    The metadata of an [[AccountCreationPlugin]].

    Hierarchy (View Summary)

    • Struct
      • AccountCreationPluginMetadata
    Index
    description?: string

    A description to further identify the account creation service for users.

    homepage?: string

    Link to the homepage for the account creation service.

    logo?: Logo

    Account creation service branding.

    name: string

    A display name for the account creation service that is presented to users.

    abiFields: ABIField[]
    abiName: string
    • get structFields(): ABIField[]

      Returns ABIField[]

    • Return true if this struct equals the other.

      Note: This compares the ABI encoded bytes of both structs, subclasses should implement their own fast equality check when possible.

      Parameters

      • other: any

      Returns boolean