github.com/DapperCollectives/CAST/backend@v0.0.0-20230921221157-1350c8be7c96/main/cadence/transactions/update_community.cdc (about)

     1  transaction() {
     2      prepare(acct: AuthAccount) {
     3          // update community:
     4          //
     5          // this transaction does nothing and will not be run,
     6          // it is only used to collect a signature.
     7          //
     8      }
     9  }