Single is the mode info for a single signer. It is structured as a message to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the future

interface ModeInfo_Single {
    mode: SignMode;
}

Properties

Properties

mode: SignMode

mode is the signing mode of the single signer