File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @lum-network/sdk-javascript" ,
3- "version" : " 0.7.10 " ,
3+ "version" : " 0.7.11 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network." ,
66 "homepage" : " https://github.com/lum-network/sdk-javascript#readme" ,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { MsgTransfer } from '../codec/ibc/applications/transfer/v1/tx';
3838
3939import { MsgClaimBeam , MsgOpenBeam , MsgUpdateBeam } from '../codec/beam/tx' ;
4040import { MsgDeposit as MsgDepositDfract } from '../codec/dfract/tx' ;
41+ import { WithdrawAndMintProposal } from '../codec/dfract/proposal' ;
4142
4243const registryTypes : Iterable < [ string , GeneratedType ] > = [
4344 [ '/cosmos.auth.v1beta1.BaseAccount' , BaseAccount ] ,
@@ -104,6 +105,7 @@ const registryTypes: Iterable<[string, GeneratedType]> = [
104105 [ '/lum.network.beam.MsgUpdateBeam' , MsgUpdateBeam ] ,
105106 [ '/lum.network.beam.MsgClaimBeam' , MsgClaimBeam ] ,
106107 [ '/lum.network.dfract.MsgDeposit' , MsgDepositDfract ] ,
108+ [ '/lum.network.dfract.WithdrawAndMintProposal' , WithdrawAndMintProposal ] ,
107109] ;
108110
109111class ExtendedRegistry extends Registry {
You can’t perform that action at this time.
0 commit comments