Account Creation
transaction(key: [UInt8]) {
prepare(signer: AuthAccount) {
let account = AuthAccount(payer: signer)
account.addPublicKey(key)
}
}Last updated
transaction(key: [UInt8]) {
prepare(signer: AuthAccount) {
let account = AuthAccount(payer: signer)
account.addPublicKey(key)
}
}Last updated