AuthInfo describes the fee and signer modes that are used to sign a transaction.

interface AuthInfoSDKType {
    fee?: FeeSDKType;
    signer_infos: SignerInfoSDKType[];
}

Properties

Properties

signer_infos: SignerInfoSDKType[]