Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TTSuite

TTSuite bundles the address of an Unlocker instance and FutureToken instance.

Fully qualified path: tokentable_v2::components::structs::ttsuite::TTSuite

[derive(PartialEq, Drop, Serde, Copy, starknet::Store)]
pub struct TTSuite {
    pub unlocker_instance: ContractAddress,
    pub futuretoken_instance: ContractAddress,
}

Members

unlocker_instance

Fully qualified path: tokentable_v2::components::structs::ttsuite::TTSuite::unlocker_instance

pub unlocker_instance: ContractAddress

futuretoken_instance

Fully qualified path: tokentable_v2::components::structs::ttsuite::TTSuite::futuretoken_instance

pub futuretoken_instance: ContractAddress