Coda by Ian Macalinao
    Preparing search index...

    Type Alias AutographSignature

    A single signature entry recorded by the Autograph plugin.

    type AutographSignature = {
        address: Address;
        message: string;
    }
    Index
    address: Address

    The address that signed.

    message: string

    An optional message left alongside the signature.