diff --git a/transactions/test_init.cdc b/transactions/test_init.cdc index 76a632a..67d999f 100644 --- a/transactions/test_init.cdc +++ b/transactions/test_init.cdc @@ -60,3 +60,15 @@ transaction { }) } } +/* +*this is the log this prints + +Cadence log: "cap 3" +Cadence log: "cap 4" +Cadence log: "pre 3 /storage/cadenceExampleNFTCollection" +Cadence log: "issued providerCap 5" +Cadence log: "find provider second time" +Cadence log: "Capability" +Cadence log: "is provider cap" +Cadence log: "post 3 /storage/cadenceExampleNFTCollection" +*/