mv-variable |
Declare any variable in move |
mv-u8 |
Declare u8 variable in move |
mv-u16 |
Declare u16 variable in move |
mv-u32 |
Declare u32 variable in move |
mv-u64 |
Declare u64 variable in move |
mv-128 |
Declare u64 variable in move |
mv-bool |
Declare boolean variable in move |
mv-address |
Declare address variable in move |
mv-as , as , cast |
Cast variable in move |
mv-init-module |
Define init_module function in move |
mv-main-function |
Define main function in move |
mv-public-function |
Define public function in move |
mv-entry-function |
Define entry function in move |
mv-friend-function |
Define friend function in move |
mv-inline-function |
Define inline function in move |
mv-native-function |
Define native function in move |
mv-if |
Write if condition in move |
mv-if-else |
Write if else condition in move |
mv-if-abort |
Write conditional abort in move |
mv-assert |
Write assert in move |
mv-loop |
Write Infinite loop in move |
mv-module |
Write module in move |
mv-struct |
Create structure in move |
mv-struct-access |
Access structure in move |
mv-struct-destroy |
Destructing or destroy structures in move |
mv-struct-destroy-unused |
Destroy structures with unused variable in move |
mv-has |
Define type to your structure in move |
copy , drop , store , key |
Define type to your structure in move |
mv-copy-variable-value |
Copy variable value in other variable in move |
&mut , copy , move , * |
Ownership and References in move |
mv-vector |
Use all vector properties in move |
mv-signer |
Use all signer properties in move |
mv-friend , friend |
Use friend keyword in move |