auth property

Implementation

List<XdrSorobanAuthorizationEntry> get auth => this._auth;
void auth=(List<XdrSorobanAuthorizationEntry> value)

Implementation

set auth(List<XdrSorobanAuthorizationEntry> value) => this._auth = value;