One of the signers in a multisig configuration.

interface MultisigSigner {
    public_key: PublicKey;
    weight: longnum;
}

Properties

Properties

public_key: PublicKey

The public key of the signer.

weight: longnum

The weight of the signer.