@dashevo/dapi-grpc 3.0.0-dev.8 → 3.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clients/drive/v0/nodejs/drive_pbjs.js +734 -7
- package/clients/platform/v0/nodejs/platform_pbjs.js +734 -7
- package/clients/platform/v0/nodejs/platform_protoc.js +678 -12
- package/clients/platform/v0/web/platform_pb.d.ts +91 -4
- package/clients/platform/v0/web/platform_pb.js +678 -12
- package/package.json +2 -2
- package/protos/platform/v0/platform.proto +26 -1
- package/src/drive/client/org.dash.platform.dapi.v0.rs +49 -1
- package/src/drive/wasm/org.dash.platform.dapi.v0.rs +49 -1
- package/src/platform/client/org.dash.platform.dapi.v0.rs +49 -1
- package/src/platform/wasm/org.dash.platform.dapi.v0.rs +49 -1
|
@@ -10242,6 +10242,93 @@ export namespace GetRecentAddressBalanceChangesResponse {
|
|
|
10242
10242
|
}
|
|
10243
10243
|
}
|
|
10244
10244
|
|
|
10245
|
+
export class BlockHeightCreditEntry extends jspb.Message {
|
|
10246
|
+
getBlockHeight(): string;
|
|
10247
|
+
setBlockHeight(value: string): void;
|
|
10248
|
+
|
|
10249
|
+
getCredits(): string;
|
|
10250
|
+
setCredits(value: string): void;
|
|
10251
|
+
|
|
10252
|
+
serializeBinary(): Uint8Array;
|
|
10253
|
+
toObject(includeInstance?: boolean): BlockHeightCreditEntry.AsObject;
|
|
10254
|
+
static toObject(includeInstance: boolean, msg: BlockHeightCreditEntry): BlockHeightCreditEntry.AsObject;
|
|
10255
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
10256
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
10257
|
+
static serializeBinaryToWriter(message: BlockHeightCreditEntry, writer: jspb.BinaryWriter): void;
|
|
10258
|
+
static deserializeBinary(bytes: Uint8Array): BlockHeightCreditEntry;
|
|
10259
|
+
static deserializeBinaryFromReader(message: BlockHeightCreditEntry, reader: jspb.BinaryReader): BlockHeightCreditEntry;
|
|
10260
|
+
}
|
|
10261
|
+
|
|
10262
|
+
export namespace BlockHeightCreditEntry {
|
|
10263
|
+
export type AsObject = {
|
|
10264
|
+
blockHeight: string,
|
|
10265
|
+
credits: string,
|
|
10266
|
+
}
|
|
10267
|
+
}
|
|
10268
|
+
|
|
10269
|
+
export class CompactedAddressBalanceChange extends jspb.Message {
|
|
10270
|
+
getAddress(): Uint8Array | string;
|
|
10271
|
+
getAddress_asU8(): Uint8Array;
|
|
10272
|
+
getAddress_asB64(): string;
|
|
10273
|
+
setAddress(value: Uint8Array | string): void;
|
|
10274
|
+
|
|
10275
|
+
hasSetCredits(): boolean;
|
|
10276
|
+
clearSetCredits(): void;
|
|
10277
|
+
getSetCredits(): string;
|
|
10278
|
+
setSetCredits(value: string): void;
|
|
10279
|
+
|
|
10280
|
+
hasAddToCreditsOperations(): boolean;
|
|
10281
|
+
clearAddToCreditsOperations(): void;
|
|
10282
|
+
getAddToCreditsOperations(): AddToCreditsOperations | undefined;
|
|
10283
|
+
setAddToCreditsOperations(value?: AddToCreditsOperations): void;
|
|
10284
|
+
|
|
10285
|
+
getOperationCase(): CompactedAddressBalanceChange.OperationCase;
|
|
10286
|
+
serializeBinary(): Uint8Array;
|
|
10287
|
+
toObject(includeInstance?: boolean): CompactedAddressBalanceChange.AsObject;
|
|
10288
|
+
static toObject(includeInstance: boolean, msg: CompactedAddressBalanceChange): CompactedAddressBalanceChange.AsObject;
|
|
10289
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
10290
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
10291
|
+
static serializeBinaryToWriter(message: CompactedAddressBalanceChange, writer: jspb.BinaryWriter): void;
|
|
10292
|
+
static deserializeBinary(bytes: Uint8Array): CompactedAddressBalanceChange;
|
|
10293
|
+
static deserializeBinaryFromReader(message: CompactedAddressBalanceChange, reader: jspb.BinaryReader): CompactedAddressBalanceChange;
|
|
10294
|
+
}
|
|
10295
|
+
|
|
10296
|
+
export namespace CompactedAddressBalanceChange {
|
|
10297
|
+
export type AsObject = {
|
|
10298
|
+
address: Uint8Array | string,
|
|
10299
|
+
setCredits: string,
|
|
10300
|
+
addToCreditsOperations?: AddToCreditsOperations.AsObject,
|
|
10301
|
+
}
|
|
10302
|
+
|
|
10303
|
+
export enum OperationCase {
|
|
10304
|
+
OPERATION_NOT_SET = 0,
|
|
10305
|
+
SET_CREDITS = 2,
|
|
10306
|
+
ADD_TO_CREDITS_OPERATIONS = 3,
|
|
10307
|
+
}
|
|
10308
|
+
}
|
|
10309
|
+
|
|
10310
|
+
export class AddToCreditsOperations extends jspb.Message {
|
|
10311
|
+
clearEntriesList(): void;
|
|
10312
|
+
getEntriesList(): Array<BlockHeightCreditEntry>;
|
|
10313
|
+
setEntriesList(value: Array<BlockHeightCreditEntry>): void;
|
|
10314
|
+
addEntries(value?: BlockHeightCreditEntry, index?: number): BlockHeightCreditEntry;
|
|
10315
|
+
|
|
10316
|
+
serializeBinary(): Uint8Array;
|
|
10317
|
+
toObject(includeInstance?: boolean): AddToCreditsOperations.AsObject;
|
|
10318
|
+
static toObject(includeInstance: boolean, msg: AddToCreditsOperations): AddToCreditsOperations.AsObject;
|
|
10319
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
10320
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
10321
|
+
static serializeBinaryToWriter(message: AddToCreditsOperations, writer: jspb.BinaryWriter): void;
|
|
10322
|
+
static deserializeBinary(bytes: Uint8Array): AddToCreditsOperations;
|
|
10323
|
+
static deserializeBinaryFromReader(message: AddToCreditsOperations, reader: jspb.BinaryReader): AddToCreditsOperations;
|
|
10324
|
+
}
|
|
10325
|
+
|
|
10326
|
+
export namespace AddToCreditsOperations {
|
|
10327
|
+
export type AsObject = {
|
|
10328
|
+
entriesList: Array<BlockHeightCreditEntry.AsObject>,
|
|
10329
|
+
}
|
|
10330
|
+
}
|
|
10331
|
+
|
|
10245
10332
|
export class CompactedBlockAddressBalanceChanges extends jspb.Message {
|
|
10246
10333
|
getStartBlockHeight(): string;
|
|
10247
10334
|
setStartBlockHeight(value: string): void;
|
|
@@ -10250,9 +10337,9 @@ export class CompactedBlockAddressBalanceChanges extends jspb.Message {
|
|
|
10250
10337
|
setEndBlockHeight(value: string): void;
|
|
10251
10338
|
|
|
10252
10339
|
clearChangesList(): void;
|
|
10253
|
-
getChangesList(): Array<
|
|
10254
|
-
setChangesList(value: Array<
|
|
10255
|
-
addChanges(value?:
|
|
10340
|
+
getChangesList(): Array<CompactedAddressBalanceChange>;
|
|
10341
|
+
setChangesList(value: Array<CompactedAddressBalanceChange>): void;
|
|
10342
|
+
addChanges(value?: CompactedAddressBalanceChange, index?: number): CompactedAddressBalanceChange;
|
|
10256
10343
|
|
|
10257
10344
|
serializeBinary(): Uint8Array;
|
|
10258
10345
|
toObject(includeInstance?: boolean): CompactedBlockAddressBalanceChanges.AsObject;
|
|
@@ -10268,7 +10355,7 @@ export namespace CompactedBlockAddressBalanceChanges {
|
|
|
10268
10355
|
export type AsObject = {
|
|
10269
10356
|
startBlockHeight: string,
|
|
10270
10357
|
endBlockHeight: string,
|
|
10271
|
-
changesList: Array<
|
|
10358
|
+
changesList: Array<CompactedAddressBalanceChange.AsObject>,
|
|
10272
10359
|
}
|
|
10273
10360
|
}
|
|
10274
10361
|
|