AuthnDescriptor provides information on how to sign transactions without relying on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures

interface AuthnDescriptor {
    signModes: SigningModeDescriptor[];
}

Properties

Properties

sign_modes defines the supported signature algorithm