Method
address_identifier_at
(&self, idx: AddressIdentifierIndex)
Source from the content-addressed store, hash-verified
| 231 | } |
| 232 | |
| 233 | fn address_identifier_at(&self, idx: AddressIdentifierIndex) -> &AccountAddress { |
| 234 | &self.as_script().address_identifiers[idx.into_index()] |
| 235 | } |
| 236 | |
| 237 | fn constant_at(&self, idx: ConstantPoolIndex) -> &Constant { |
| 238 | &self.as_script().constant_pool[idx.into_index()] |
Callers
nothing calls this directly
Implementers 1
access.rslanguage/move-binary-format/src/access
Tested by
no test coverage detected