github.com/DapperCollectives/CAST/backend@v0.0.0-20230921221157-1350c8be7c96/main/cadence/transactions/update_membership.cdc (about) 1 transaction() { 2 prepare(acct: AuthAccount) { 3 // update community membership: 4 // 5 // this transaction does nothing and will not be run, 6 // it is only used to collect a signature. 7 // 8 } 9 }