Type alias SignerEntry

SignerEntry: {
    signer: AsyncSigner;
    transactions: Set<number>;
}

Type declaration

Generated using TypeDoc