Authority is the vault multisig authority.

interface VaultAuthority {
    addresses: Uint8Array[];
    threshold: number;
}

Properties

Properties

addresses: Uint8Array[]

Addresses are the addresses that can authorize an action.

threshold: number

Threshold is the minimum number of addresses that must authorize an action.