Skip to content

Commit

Permalink
chore: Import package
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Apr 24, 2024
1 parent 1a4f409 commit 8fbf2ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/js-sdk/src/api/bucket.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import {
MsgToggleSPAsDelegatedAgentSDKTypeEIP712,
MsgCreateBucketSDKTypeEIP712,
MsgDeleteBucketSDKTypeEIP712,
MsgMigrateBucketSDKTypeEIP712,
MsgToggleSPAsDelegatedAgentSDKTypeEIP712,
MsgUpdateBucketInfoSDKTypeEIP712,
} from '@/messages/greenfield';
import { MsgSetBucketFlowRateLimitSDKTypeEIP712 } from '@/messages/greenfield/storage/MsgSetBucketFlowRateLimit';
import { assertAuthType, assertStringRequire } from '@/utils/asserts/params';
import { UInt64Value } from '@bnb-chain/greenfield-cosmos-types/greenfield/common/wrapper';
import {
Expand Down Expand Up @@ -47,8 +48,8 @@ import {
MsgSetBucketFlowRateLimitTypeUrl,
MsgToggleSPAsDelegatedAgentTypeUrl,
MsgUpdateBucketInfoTypeUrl,
newBucketGRN,
TxResponse,
newBucketGRN,
} from '..';
import { RpcQueryClient } from '../clients/queryclient';
import { HTTPHeaderUserAddress } from '../clients/spclient/auth';
Expand Down Expand Up @@ -103,8 +104,6 @@ import { decodeObjectFromHexString } from '../utils/encoding';
import { Sp } from './sp';
import { Storage } from './storage';
import { VirtualGroup } from './virtualGroup';
import { Payment } from './payment';
import { MsgSetBucketFlowRateLimitSDKTypeEIP712 } from '@/messages/greenfield/storage/MsgDeleteBucket2';

export interface IBucket {
/**
Expand Down

0 comments on commit 8fbf2ae

Please sign in to comment.