xrpl
    Preparing search index...

    Interface BatchSigner

    interface BatchSigner {
        BatchSigner: {
            Account: string;
            Signers?: Signer[];
            SigningPubKey?: string;
            TxnSignature?: string;
        };
    }
    Index

    Properties

    Properties

    BatchSigner: {
        Account: string;
        Signers?: Signer[];
        SigningPubKey?: string;
        TxnSignature?: string;
    }