CCC Docs
    Preparing search index...

    Type Alias SignerJsonRpcInfoPayload

    type SignerJsonRpcInfoPayload = {
        type: SignerType;
        sign_type: SignerSignType;
        name?: string;
        icon?: string;
    }
    Index
    sign_type: SignerSignType
    name?: string
    icon?: string