@sentio/sdk 2.13.0-rc.1 → 2.13.0-rc.2

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.
@@ -17,13 +17,13 @@ export declare class token extends AptosBaseProcessor {
17
17
  onEntryMutateTokenProperties(func: (call: token.MutateTokenPropertiesPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token;
18
18
  onEntryOptInDirectTransfer(func: (call: token.OptInDirectTransferPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token;
19
19
  onEntryTransferWithOptIn(func: (call: token.TransferWithOptInPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token;
20
- onEventCreateCollectionEvent(func: (event: token.CreateCollectionEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
21
- onEventCreateTokenDataEvent(func: (event: token.CreateTokenDataEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
22
- onEventMintTokenEvent(func: (event: token.MintTokenEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
23
- onEventDepositEvent(func: (event: token.DepositEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
24
- onEventWithdrawEvent(func: (event: token.WithdrawEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
25
- onEventBurnTokenEvent(func: (event: token.BurnTokenEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
26
- onEventMutateTokenPropertyMapEvent(func: (event: token.MutateTokenPropertyMapEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token;
20
+ onEventCreateCollectionEvent(func: (event: token.CreateCollectionEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
21
+ onEventCreateTokenDataEvent(func: (event: token.CreateTokenDataEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
22
+ onEventMintTokenEvent(func: (event: token.MintTokenEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
23
+ onEventDepositEvent(func: (event: token.DepositEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
24
+ onEventWithdrawEvent(func: (event: token.WithdrawEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
25
+ onEventBurnTokenEvent(func: (event: token.BurnTokenEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
26
+ onEventMutateTokenPropertyMapEvent(func: (event: token.MutateTokenPropertyMapEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token;
27
27
  }
28
28
  export declare namespace token {
29
29
  class BurnTokenEvent {
@@ -306,8 +306,8 @@ export declare class token_coin_swap extends AptosBaseProcessor {
306
306
  static DEFAULT_OPTIONS: AptosBindOptions;
307
307
  static bind(options?: Partial<AptosBindOptions>): token_coin_swap;
308
308
  onEntryListTokenForSwap(func: (call: token_coin_swap.ListTokenForSwapPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token_coin_swap;
309
- onEventTokenListingEvent(func: (event: token_coin_swap.TokenListingEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_coin_swap;
310
- onEventTokenSwapEvent(func: (event: token_coin_swap.TokenSwapEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_coin_swap;
309
+ onEventTokenListingEvent(func: (event: token_coin_swap.TokenListingEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_coin_swap;
310
+ onEventTokenSwapEvent(func: (event: token_coin_swap.TokenSwapEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_coin_swap;
311
311
  }
312
312
  export declare namespace token_coin_swap {
313
313
  class TokenCoinSwap<T0> {
@@ -382,9 +382,9 @@ export declare class token_transfers extends AptosBaseProcessor {
382
382
  onEntryCancelOfferScript(func: (call: token_transfers.CancelOfferScriptPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
383
383
  onEntryClaimScript(func: (call: token_transfers.ClaimScriptPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
384
384
  onEntryOfferScript(func: (call: token_transfers.OfferScriptPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
385
- onEventTokenOfferEvent(func: (event: token_transfers.TokenOfferEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_transfers;
386
- onEventTokenCancelOfferEvent(func: (event: token_transfers.TokenCancelOfferEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_transfers;
387
- onEventTokenClaimEvent(func: (event: token_transfers.TokenClaimEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_transfers;
385
+ onEventTokenOfferEvent(func: (event: token_transfers.TokenOfferEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
386
+ onEventTokenCancelOfferEvent(func: (event: token_transfers.TokenCancelOfferEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
387
+ onEventTokenClaimEvent(func: (event: token_transfers.TokenClaimEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_transfers;
388
388
  }
389
389
  export declare namespace token_transfers {
390
390
  class PendingClaims {
@@ -476,15 +476,15 @@ export declare class token_event_store extends AptosBaseProcessor {
476
476
  constructor(options: AptosBindOptions);
477
477
  static DEFAULT_OPTIONS: AptosBindOptions;
478
478
  static bind(options?: Partial<AptosBindOptions>): token_event_store;
479
- onEventCollectionUriMutateEvent(func: (event: token_event_store.CollectionUriMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
480
- onEventCollectionMaxiumMutateEvent(func: (event: token_event_store.CollectionMaxiumMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
481
- onEventCollectionDescriptionMutateEvent(func: (event: token_event_store.CollectionDescriptionMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
482
- onEventOptInTransferEvent(func: (event: token_event_store.OptInTransferEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
483
- onEventUriMutationEvent(func: (event: token_event_store.UriMutationEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
484
- onEventDefaultPropertyMutateEvent(func: (event: token_event_store.DefaultPropertyMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
485
- onEventDescriptionMutateEvent(func: (event: token_event_store.DescriptionMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
486
- onEventRoyaltyMutateEvent(func: (event: token_event_store.RoyaltyMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
487
- onEventMaxiumMutateEvent(func: (event: token_event_store.MaxiumMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): token_event_store;
479
+ onEventCollectionUriMutateEvent(func: (event: token_event_store.CollectionUriMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
480
+ onEventCollectionMaxiumMutateEvent(func: (event: token_event_store.CollectionMaxiumMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
481
+ onEventCollectionDescriptionMutateEvent(func: (event: token_event_store.CollectionDescriptionMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
482
+ onEventOptInTransferEvent(func: (event: token_event_store.OptInTransferEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
483
+ onEventUriMutationEvent(func: (event: token_event_store.UriMutationEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
484
+ onEventDefaultPropertyMutateEvent(func: (event: token_event_store.DefaultPropertyMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
485
+ onEventDescriptionMutateEvent(func: (event: token_event_store.DescriptionMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
486
+ onEventRoyaltyMutateEvent(func: (event: token_event_store.RoyaltyMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
487
+ onEventMaxiumMutateEvent(func: (event: token_event_store.MaxiumMutateEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): token_event_store;
488
488
  }
489
489
  export declare namespace token_event_store {
490
490
  class CollectionDescriptionMutateEvent {