MsgStoreCodeResponse: {
    decode(input, length?): SecretJS.MsgStoreCodeResponse;
    encode(message, writer?): Writer;
    fromJSON(object): SecretJS.MsgStoreCodeResponse;
    fromPartial<I>(object): SecretJS.MsgStoreCodeResponse;
    toJSON(message): unknown;
}

Type declaration

  • decode:function
  • encode:function
    • Parameters

      Returns Writer

  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            code_id?: string;
        } & {
            code_id?: string;
        } & Record<Exclude<keyof I, "code_id">, never>

      Parameters

      • object: I

      Returns SecretJS.MsgStoreCodeResponse

  • toJSON:function
    • Parameters

      Returns unknown

Generated using TypeDoc