UNPKG
@swaptoshi/governance-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr governance on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/governance-module
/
dist
/
schema
/
events
/
treasury_mint.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
TreasuryMintEventData
}
from
'../../types'
;
import
{
Types
}
from
'@swaptoshi/utils'
;
export
declare
const
treasuryMintEventSchema
:
Types
.
TypedSchema
<
TreasuryMintEventData
>;