Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ContractDescriptor

Fully qualified path: dojo_cairo_test::world::ContractDescriptor

pub enum ContractDescriptor {
    Address: ContractAddress,
    Named: (@ByteArray, @ByteArray),
}

Variants

Address

Address of the contract.

Fully qualified path: dojo_cairo_test::world::ContractDescriptor::Address

Address: ContractAddress

Named

Namespace and name of the contract.

Fully qualified path: dojo_cairo_test::world::ContractDescriptor::Named

Named: (@ByteArray, @ByteArray)