Common information that specifies an address as well as how to authenticate.

interface AddressSpec {
    multisig?: MultisigConfig;
    signature?: SignatureAddressSpec;
}

Properties

multisig?: MultisigConfig

For multisig authentication.

For signature authentication.