A helper attribute for #[sdk_derive(...)]
. It doesn’t do anything on its own;
it only marks the function within a contract implementation that returns its address.
A helper attribute for #[sdk_derive(...)]
. It doesn’t do anything on its own;
it only marks functions that represent contract methods.
A helper attribute for #[sdk_derive(...)]
. It doesn’t do anyting on its own;
it only marks functions that represent a paratime method handler.
The permitted forms are:
A helper attribute for #[sdk_derive(...)]
. It doesn’t do anything on its own;
it only marks functions that represent a module state migration.
Derives traits from a non-trait impl
block (rather than from a struct
).