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_SingleSDKType {
    mode: SignMode;
}

Properties

Properties

mode: SignMode