Trait tea_sdk::actor_txns::Transferable
pub trait Transferable {
// Required method
fn get_handler_actor() -> Vec<u8> ⓘ;
}
Required Methods§
fn get_handler_actor() -> Vec<u8> ⓘ
fn get_handler_actor() -> Vec<u8> ⓘ
for each txn derived some_txn, this function will return an unique String. Thie String is the actor_name. the actor will execute this txn and generate the context the context will then commit to the state so make a change
Object Safety§
This trait is not object safe.