Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Implements

    • Signer
    Index

    Accessors

    • get address(): string

      Returns string

    Methods

    • Returns Promise<string>

      Return the public key of the account used by the signer

    • Returns Promise<string>

      Return the public key hash of the account used by the signer

    • Returns Promise<undefined | string>

      Optionally return the secret key of the account used by the signer

    • Parameters

      • op: string

        Operation to sign

      • OptionalmagicByte: Uint8Array<ArrayBufferLike>

        Magic bytes 11 for block, 12 for preendorsement, 13 for endorsements, 3 for generic, 5 for the PACK format of michelson

      Returns Promise<{ bytes: string; prefixSig: string; sbytes: string; sig: string }>