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