Variable Data_CosmosCall

Data_CosmosCall: {
    create(
        base?: { timestamp?: Date; transaction?: { [key: string]: any } },
    ): Data_CosmosCall;
    decode(input: Uint8Array | Reader, length?: number): Data_CosmosCall;
    encode(message: Data_CosmosCall, writer?: Writer): Writer;
    fromJSON(object: any): Data_CosmosCall;
    fromPartial(
        object: { timestamp?: Date; transaction?: { [key: string]: any } },
    ): Data_CosmosCall;
    toJSON(message: Data_CosmosCall): unknown;
}