issuer property
Account https://xrpl.org/accounts.html
Implementation
@$pb.TagNumber(3)
$core.String get issuer => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set issuer($core.String v) {
$_setString(2, v);
}
Account https://xrpl.org/accounts.html
@$pb.TagNumber(3)
$core.String get issuer => $_getSZ(2);
@$pb.TagNumber(3)
set issuer($core.String v) {
$_setString(2, v);
}