SPVM::Address − Address
"SPVM::Address" is a SPVM class to have a address.
use Address;
my $address = Address−>new;
"static method new : Address ();"
Creates a new Address object. The address is "NULL" of the C language.
Copyright (c) 2023 Yuki Kimoto
MIT License