interface AdminStore {
    create_events: EventHandle<CreateVestingContractEvent>;
    nonce: bigint;
    vesting_contracts: string[];
}

Properties

nonce: bigint
vesting_contracts: string[]