Back to Sui

Transferring Objects

docs/content/guides/developer/objects/transfers/index.mdx

latest196 B
Original Source

Everything on Sui is an object. To use objects, they must be transferred between owners, which can be an address or another object.

import DocCardList from '@theme/DocCardList';

<DocCardList />