aelf虚拟地址和合约权限控制
虚拟地址
权限控制
message AuthorityInfo {
// The contract address of the controller.
aelf.Address contract_address = 1;
// The address of the owner of the contract.
aelf.Address owner_address = 2;
}Last updated
message AuthorityInfo {
// The contract address of the controller.
aelf.Address contract_address = 1;
// The address of the owner of the contract.
aelf.Address owner_address = 2;
}Last updated