@keepkey/device-protocol 7.11.2 → 7.12.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/lib/messages-osmosis_pb.d.ts +49 -61
- package/lib/messages-osmosis_pb.js +393 -489
- package/lib/proto.json +52 -84
- package/package.json +1 -1
@@ -400,46 +400,6 @@ export namespace OsmosisMsgRedelegate {
|
|
400
400
|
}
|
401
401
|
}
|
402
402
|
|
403
|
-
export class OsmosisMsgRewards extends jspb.Message {
|
404
|
-
hasDelegatorAddress(): boolean;
|
405
|
-
clearDelegatorAddress(): void;
|
406
|
-
getDelegatorAddress(): string | undefined;
|
407
|
-
setDelegatorAddress(value: string): void;
|
408
|
-
|
409
|
-
hasValidatorAddress(): boolean;
|
410
|
-
clearValidatorAddress(): void;
|
411
|
-
getValidatorAddress(): string | undefined;
|
412
|
-
setValidatorAddress(value: string): void;
|
413
|
-
|
414
|
-
hasDenom(): boolean;
|
415
|
-
clearDenom(): void;
|
416
|
-
getDenom(): string | undefined;
|
417
|
-
setDenom(value: string): void;
|
418
|
-
|
419
|
-
hasAmount(): boolean;
|
420
|
-
clearAmount(): void;
|
421
|
-
getAmount(): string | undefined;
|
422
|
-
setAmount(value: string): void;
|
423
|
-
|
424
|
-
serializeBinary(): Uint8Array;
|
425
|
-
toObject(includeInstance?: boolean): OsmosisMsgRewards.AsObject;
|
426
|
-
static toObject(includeInstance: boolean, msg: OsmosisMsgRewards): OsmosisMsgRewards.AsObject;
|
427
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
428
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
429
|
-
static serializeBinaryToWriter(message: OsmosisMsgRewards, writer: jspb.BinaryWriter): void;
|
430
|
-
static deserializeBinary(bytes: Uint8Array): OsmosisMsgRewards;
|
431
|
-
static deserializeBinaryFromReader(message: OsmosisMsgRewards, reader: jspb.BinaryReader): OsmosisMsgRewards;
|
432
|
-
}
|
433
|
-
|
434
|
-
export namespace OsmosisMsgRewards {
|
435
|
-
export type AsObject = {
|
436
|
-
delegatorAddress?: string,
|
437
|
-
validatorAddress?: string,
|
438
|
-
denom?: string,
|
439
|
-
amount?: string,
|
440
|
-
}
|
441
|
-
}
|
442
|
-
|
443
403
|
export class OsmosisMsgLPAdd extends jspb.Message {
|
444
404
|
hasSender(): boolean;
|
445
405
|
clearSender(): void;
|
@@ -448,13 +408,13 @@ export class OsmosisMsgLPAdd extends jspb.Message {
|
|
448
408
|
|
449
409
|
hasPoolId(): boolean;
|
450
410
|
clearPoolId(): void;
|
451
|
-
getPoolId():
|
452
|
-
setPoolId(value:
|
411
|
+
getPoolId(): string | undefined;
|
412
|
+
setPoolId(value: string): void;
|
453
413
|
|
454
414
|
hasShareOutAmount(): boolean;
|
455
415
|
clearShareOutAmount(): void;
|
456
|
-
getShareOutAmount():
|
457
|
-
setShareOutAmount(value:
|
416
|
+
getShareOutAmount(): string | undefined;
|
417
|
+
setShareOutAmount(value: string): void;
|
458
418
|
|
459
419
|
hasDenomInMaxA(): boolean;
|
460
420
|
clearDenomInMaxA(): void;
|
@@ -489,8 +449,8 @@ export class OsmosisMsgLPAdd extends jspb.Message {
|
|
489
449
|
export namespace OsmosisMsgLPAdd {
|
490
450
|
export type AsObject = {
|
491
451
|
sender?: string,
|
492
|
-
poolId?:
|
493
|
-
shareOutAmount?:
|
452
|
+
poolId?: string,
|
453
|
+
shareOutAmount?: string,
|
494
454
|
denomInMaxA?: string,
|
495
455
|
amountInMaxA?: string,
|
496
456
|
denomInMaxB?: string,
|
@@ -506,13 +466,13 @@ export class OsmosisMsgLPRemove extends jspb.Message {
|
|
506
466
|
|
507
467
|
hasPoolId(): boolean;
|
508
468
|
clearPoolId(): void;
|
509
|
-
getPoolId():
|
510
|
-
setPoolId(value:
|
469
|
+
getPoolId(): string | undefined;
|
470
|
+
setPoolId(value: string): void;
|
511
471
|
|
512
472
|
hasShareOutAmount(): boolean;
|
513
473
|
clearShareOutAmount(): void;
|
514
|
-
getShareOutAmount():
|
515
|
-
setShareOutAmount(value:
|
474
|
+
getShareOutAmount(): string | undefined;
|
475
|
+
setShareOutAmount(value: string): void;
|
516
476
|
|
517
477
|
hasDenomOutMinA(): boolean;
|
518
478
|
clearDenomOutMinA(): void;
|
@@ -547,8 +507,8 @@ export class OsmosisMsgLPRemove extends jspb.Message {
|
|
547
507
|
export namespace OsmosisMsgLPRemove {
|
548
508
|
export type AsObject = {
|
549
509
|
sender?: string,
|
550
|
-
poolId?:
|
551
|
-
shareOutAmount?:
|
510
|
+
poolId?: string,
|
511
|
+
shareOutAmount?: string,
|
552
512
|
denomOutMinA?: string,
|
553
513
|
amountOutMinA?: string,
|
554
514
|
denomOutMinB?: string,
|
@@ -564,8 +524,8 @@ export class OsmosisMsgLPStake extends jspb.Message {
|
|
564
524
|
|
565
525
|
hasDuration(): boolean;
|
566
526
|
clearDuration(): void;
|
567
|
-
getDuration():
|
568
|
-
setDuration(value:
|
527
|
+
getDuration(): string | undefined;
|
528
|
+
setDuration(value: string): void;
|
569
529
|
|
570
530
|
hasDenom(): boolean;
|
571
531
|
clearDenom(): void;
|
@@ -590,7 +550,7 @@ export class OsmosisMsgLPStake extends jspb.Message {
|
|
590
550
|
export namespace OsmosisMsgLPStake {
|
591
551
|
export type AsObject = {
|
592
552
|
owner?: string,
|
593
|
-
duration?:
|
553
|
+
duration?: string,
|
594
554
|
denom?: string,
|
595
555
|
amount?: string,
|
596
556
|
}
|
@@ -624,6 +584,34 @@ export namespace OsmosisMsgLPUnstake {
|
|
624
584
|
}
|
625
585
|
}
|
626
586
|
|
587
|
+
export class OsmosisMsgRewards extends jspb.Message {
|
588
|
+
hasDelegatorAddress(): boolean;
|
589
|
+
clearDelegatorAddress(): void;
|
590
|
+
getDelegatorAddress(): string | undefined;
|
591
|
+
setDelegatorAddress(value: string): void;
|
592
|
+
|
593
|
+
hasValidatorAddress(): boolean;
|
594
|
+
clearValidatorAddress(): void;
|
595
|
+
getValidatorAddress(): string | undefined;
|
596
|
+
setValidatorAddress(value: string): void;
|
597
|
+
|
598
|
+
serializeBinary(): Uint8Array;
|
599
|
+
toObject(includeInstance?: boolean): OsmosisMsgRewards.AsObject;
|
600
|
+
static toObject(includeInstance: boolean, msg: OsmosisMsgRewards): OsmosisMsgRewards.AsObject;
|
601
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
602
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
603
|
+
static serializeBinaryToWriter(message: OsmosisMsgRewards, writer: jspb.BinaryWriter): void;
|
604
|
+
static deserializeBinary(bytes: Uint8Array): OsmosisMsgRewards;
|
605
|
+
static deserializeBinaryFromReader(message: OsmosisMsgRewards, reader: jspb.BinaryReader): OsmosisMsgRewards;
|
606
|
+
}
|
607
|
+
|
608
|
+
export namespace OsmosisMsgRewards {
|
609
|
+
export type AsObject = {
|
610
|
+
delegatorAddress?: string,
|
611
|
+
validatorAddress?: string,
|
612
|
+
}
|
613
|
+
}
|
614
|
+
|
627
615
|
export class OsmosisMsgIBCTransfer extends jspb.Message {
|
628
616
|
hasSourcePort(): boolean;
|
629
617
|
clearSourcePort(): void;
|
@@ -696,8 +684,8 @@ export class OsmosisMsgSwap extends jspb.Message {
|
|
696
684
|
|
697
685
|
hasPoolId(): boolean;
|
698
686
|
clearPoolId(): void;
|
699
|
-
getPoolId():
|
700
|
-
setPoolId(value:
|
687
|
+
getPoolId(): string | undefined;
|
688
|
+
setPoolId(value: string): void;
|
701
689
|
|
702
690
|
hasTokenOutDenom(): boolean;
|
703
691
|
clearTokenOutDenom(): void;
|
@@ -716,8 +704,8 @@ export class OsmosisMsgSwap extends jspb.Message {
|
|
716
704
|
|
717
705
|
hasTokenOutMinAmount(): boolean;
|
718
706
|
clearTokenOutMinAmount(): void;
|
719
|
-
getTokenOutMinAmount():
|
720
|
-
setTokenOutMinAmount(value:
|
707
|
+
getTokenOutMinAmount(): string | undefined;
|
708
|
+
setTokenOutMinAmount(value: string): void;
|
721
709
|
|
722
710
|
serializeBinary(): Uint8Array;
|
723
711
|
toObject(includeInstance?: boolean): OsmosisMsgSwap.AsObject;
|
@@ -732,11 +720,11 @@ export class OsmosisMsgSwap extends jspb.Message {
|
|
732
720
|
export namespace OsmosisMsgSwap {
|
733
721
|
export type AsObject = {
|
734
722
|
sender?: string,
|
735
|
-
poolId?:
|
723
|
+
poolId?: string,
|
736
724
|
tokenOutDenom?: string,
|
737
725
|
tokenInDenom?: string,
|
738
726
|
tokenInAmount?: string,
|
739
|
-
tokenOutMinAmount?:
|
727
|
+
tokenOutMinAmount?: string,
|
740
728
|
}
|
741
729
|
}
|
742
730
|
|