The FtSigner interface represents an instance of a Signer that uses Ft signatures to sign transactions.

interface FtSigner {
    pubKey: Buffer;
}

Hierarchy (view full)

Properties

Properties

pubKey: Buffer