Skip to content

Instantly share code, notes, and snippets.

View ItasMattWebb's full-sized avatar

Matthew Webb ItasMattWebb

  • Burnaby, BC Canada
View GitHub Profile
@ItasMattWebb
ItasMattWebb / error.txt
Last active November 19, 2022 03:24
TypeParameter wallet bug
Error: Transaction failed with the following error. Error constructing a move call: Error: Unknown call arg type {
"TypeParameter": 0
} for value "0x3224fea700ff7302e661824c068c59ad00612498" args
{
"arguments":["0xf2bf6b41cff97381a0fcd6b310ee9123fdaef8ba","0x3224fea700ff7302e661824c068c59ad00612498",1000000000],
"function":"list",
"gasBudget":2000,
"module":"marketplace_nofee",
"packageObjectId":"0xbe158a23884733e5c43112a0e1720a808e8e34da",
// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
module nfts::marketplace_nofee {
use sui::tx_context::{Self, TxContext};
use sui::object::{Self, UID, ID};
use sui::transfer;
use sui::dynamic_object_field as ofield;
use sui::coin::{Self, Coin};
use sui::balance::{Self, Balance};