Skip to main content

Usage

Returns

updateChannelMetadata

Function to update channel metadata. See updateChannelMetadata args.
  • type: ({ channelAddress: string; uri: string; name: string; transactionOverrides?: TransactionOverrides; }) => Promise<Log[] | undefined>

status

  • type: ContractExecutionStatus
the status of the transaction

uri

  • type: string
the new uri for the channel

name

  • type: string
the new name for the channel

txHash

  • type: string
the transaction hash of the transaction

error

  • type: any
the revert message if the transaction fails