Skip to content

@props-labs/fuelsDocs


@props-labs/fuels / PropsRegistryContract

Class: PropsRegistryContract

Extends

  • default

Constructors

new PropsRegistryContract()

new PropsRegistryContract(id, accountOrProvider): PropsRegistryContract

Parameters

id: string | AbstractAddress

accountOrProvider: Account | Provider

Returns

PropsRegistryContract

Overrides

Contract.constructor

Defined in

sway-api/contracts/PropsRegistryContract.ts:1326

Properties

functions

functions: object

A collection of functions available on the contract.

constructor

constructor: InvokeFunction<[IdentityInput], void>

deregister

deregister: InvokeFunction<[ContractIdInput], void>

init_collection

init_collection: InvokeFunction<[ContractIdInput, IdentityInput, string, string, string, BigNumberish, BigNumberish, BigNumberish], void>

init_edition

init_edition: InvokeFunction<[ContractIdInput, IdentityInput, string, string, Vec<string>, Vec<MetadataInput>, BigNumberish, BigNumberish, BigNumberish], void>

owner

owner: InvokeFunction<[], StateOutput>

register

register: InvokeFunction<[ContractIdInput, IdentityInput], void>

Overrides

Contract.functions

Defined in

sway-api/contracts/PropsRegistryContract.ts:1317


interface

interface: PropsRegistryContractInterface

The contract's ABI interface.

Overrides

Contract.interface

Defined in

sway-api/contracts/PropsRegistryContract.ts:1316


abi

readonly static abi: object

concreteTypes

concreteTypes: (object | object | object)[]

configurables

configurables: never[] = []

encodingVersion

encodingVersion: string = "1"

functions

functions: object[]

loggedTypes

loggedTypes: object[]

messagesTypes

messagesTypes: never[] = []

metadataTypes

metadataTypes: (object | object | object | object)[]

programType

programType: string = "contract"

specVersion

specVersion: string = "1"

Defined in

sway-api/contracts/PropsRegistryContract.ts:1313


storageSlots

readonly static storageSlots: StorageSlot[]

Defined in

sway-api/contracts/PropsRegistryContract.ts:1314