Skip to content

Commit

Permalink
auto build commit
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u authored and github-actions[bot] committed Jan 5, 2024
1 parent eabc3b4 commit a1cf915
Show file tree
Hide file tree
Showing 9 changed files with 731 additions and 432 deletions.
863 changes: 450 additions & 413 deletions build/go/models/vochain.pb.go

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions build/js/index-5d7943a4.d.ts → build/js/index-cbd70a7b.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ declare enum TxType {
DEL_ACCOUNT_SIK = 25,
REGISTER_SIK = 26,
SET_ACCOUNT_VALIDATOR = 27,
SET_PROCESS_DURATION = 28,
UNRECOGNIZED = -1
}
declare function txTypeFromJSON(object: any): TxType;
Expand Down Expand Up @@ -1824,6 +1825,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} | undefined;
} & {
Expand Down Expand Up @@ -1924,6 +1927,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} | undefined;
} & {
$case: "setProcess";
Expand Down Expand Up @@ -2608,6 +2612,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} | undefined;
} & {
Expand Down Expand Up @@ -2670,6 +2676,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} & {
txtype?: TxType | undefined;
Expand Down Expand Up @@ -2728,6 +2736,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -2810,6 +2820,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_36 in Exclude<keyof I["payload"]["newProcess"]["process"], keyof Process>]: never; }) | undefined;
} & { [K_37 in Exclude<keyof I["payload"]["newProcess"], keyof NewProcessTx>]: never; }) | undefined;
$case: "newProcess";
Expand Down Expand Up @@ -2932,6 +2944,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} | undefined;
} & {
$case: "setProcess";
Expand Down Expand Up @@ -3017,6 +3030,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & {
txtype?: TxType | undefined;
nonce?: number | undefined;
Expand Down Expand Up @@ -3283,6 +3297,7 @@ declare const Tx: {
}[]>]: never; }) | undefined;
} & { [K_68 in Exclude<keyof I["payload"]["setProcess"]["results"], "votes">]: never; }) | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & { [K_69 in Exclude<keyof I["payload"]["setProcess"], keyof SetProcessTx>]: never; }) | undefined;
$case: "setProcess";
} & { [K_70 in Exclude<keyof I["payload"], "$case" | "setProcess">]: never; }) | ({
Expand Down Expand Up @@ -4394,6 +4409,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} | undefined;
} & {
Expand Down Expand Up @@ -4494,6 +4511,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} | undefined;
} & {
$case: "setProcess";
Expand Down Expand Up @@ -5178,6 +5196,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} | undefined;
} & {
Expand Down Expand Up @@ -5240,6 +5260,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} & {
txtype?: TxType | undefined;
Expand Down Expand Up @@ -5298,6 +5320,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -5380,6 +5404,8 @@ declare const Tx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_177 in Exclude<keyof I_1["payload"]["newProcess"]["process"], keyof Process>]: never; }) | undefined;
} & { [K_178 in Exclude<keyof I_1["payload"]["newProcess"], keyof NewProcessTx>]: never; }) | undefined;
$case: "newProcess";
Expand Down Expand Up @@ -5502,6 +5528,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} | undefined;
} & {
$case: "setProcess";
Expand Down Expand Up @@ -5587,6 +5614,7 @@ declare const Tx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & {
txtype?: TxType | undefined;
nonce?: number | undefined;
Expand Down Expand Up @@ -5853,6 +5881,7 @@ declare const Tx: {
}[]>]: never; }) | undefined;
} & { [K_209 in Exclude<keyof I_1["payload"]["setProcess"]["results"], "votes">]: never; }) | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & { [K_210 in Exclude<keyof I_1["payload"]["setProcess"], keyof SetProcessTx>]: never; }) | undefined;
$case: "setProcess";
} & { [K_211 in Exclude<keyof I_1["payload"], "$case" | "setProcess">]: never; }) | ({
Expand Down Expand Up @@ -6927,6 +6956,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} & {
txtype?: TxType | undefined;
Expand Down Expand Up @@ -6985,6 +7016,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -7067,6 +7100,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_9 in Exclude<keyof I["process"], keyof Process>]: never; }) | undefined;
} & { [K_10 in Exclude<keyof I, keyof NewProcessTx>]: never; }>(base?: I | undefined): NewProcessTx;
fromPartial<I_1 extends {
Expand Down Expand Up @@ -7126,6 +7161,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} | undefined;
} & {
txtype?: TxType | undefined;
Expand Down Expand Up @@ -7184,6 +7221,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -7266,6 +7305,8 @@ declare const NewProcessTx: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_20 in Exclude<keyof I_1["process"], keyof Process>]: never; }) | undefined;
} & { [K_21 in Exclude<keyof I_1, keyof NewProcessTx>]: never; }>(object: I_1): NewProcessTx;
};
Expand All @@ -7284,6 +7325,7 @@ interface SetProcessTx {
* to it will be removed or not
*/
tempSIKs?: boolean | undefined;
duration?: number | undefined;
}
declare const SetProcessTx: {
encode(message: SetProcessTx, writer?: _m0.Writer): _m0.Writer;
Expand Down Expand Up @@ -7371,6 +7413,7 @@ declare const SetProcessTx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & {
txtype?: TxType | undefined;
nonce?: number | undefined;
Expand Down Expand Up @@ -7637,6 +7680,7 @@ declare const SetProcessTx: {
}[]>]: never; }) | undefined;
} & { [K_27 in Exclude<keyof I["results"], "votes">]: never; }) | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & { [K_28 in Exclude<keyof I, keyof SetProcessTx>]: never; }>(base?: I | undefined): SetProcessTx;
fromPartial<I_1 extends {
txtype?: TxType | undefined;
Expand Down Expand Up @@ -7719,6 +7763,7 @@ declare const SetProcessTx: {
}[] | undefined;
} | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & {
txtype?: TxType | undefined;
nonce?: number | undefined;
Expand Down Expand Up @@ -7985,6 +8030,7 @@ declare const SetProcessTx: {
}[]>]: never; }) | undefined;
} & { [K_56 in Exclude<keyof I_1["results"], "votes">]: never; }) | undefined;
tempSIKs?: boolean | undefined;
duration?: number | undefined;
} & { [K_57 in Exclude<keyof I_1, keyof SetProcessTx>]: never; }>(object: I_1): SetProcessTx;
};
interface AdminTx {
Expand Down Expand Up @@ -9718,6 +9764,10 @@ interface Process {
* to it will be removed or not
*/
tempSIKs?: boolean | undefined;
/** The unix timestamp of the start of the process */
startTime: number;
/** The duration of the process in seconds */
duration: number;
}
declare const Process: {
encode(message: Process, writer?: _m0.Writer): _m0.Writer;
Expand Down Expand Up @@ -9778,6 +9828,8 @@ declare const Process: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -9860,6 +9912,8 @@ declare const Process: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_9 in Exclude<keyof I, keyof Process>]: never; }>(base?: I | undefined): Process;
fromPartial<I_1 extends {
processId?: Uint8Array | undefined;
Expand Down Expand Up @@ -9915,6 +9969,8 @@ declare const Process: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & {
processId?: Uint8Array | undefined;
entityId?: Uint8Array | undefined;
Expand Down Expand Up @@ -9997,6 +10053,8 @@ declare const Process: {
sourceNetworkContractAddr?: Uint8Array | undefined;
tokenDecimals?: number | undefined;
tempSIKs?: boolean | undefined;
startTime?: number | undefined;
duration?: number | undefined;
} & { [K_19 in Exclude<keyof I_1, keyof Process>]: never; }>(object: I_1): Process;
};
interface EnvelopeType {
Expand Down
2 changes: 1 addition & 1 deletion build/js/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { i as ClientStore } from './index-d457aeb5.js';
export { i as Metadata } from './index-05df597a.js';
export { i as Vochain } from './index-5d7943a4.js';
export { i as Vochain } from './index-cbd70a7b.js';
import 'protobufjs/minimal';
import './entity-e8dfcd83.js';
Loading

0 comments on commit a1cf915

Please sign in to comment.