interface AdminStore {
    create_events: _0x1.event.EventHandle<
        _0x1.vesting.CreateVestingContractEvent,
    >;
    nonce: bigint;
    vesting_contracts: string[];
}

Properties

nonce: bigint
vesting_contracts: string[]