TonCenterPackAddress class
Convert an address from raw to human-readable format https://toncenter.com/api/v2/#/accounts/pack_address_packAddress_get
- Inheritance
-
- Object
- BaseServiceRequest<
String, String, TonRequestDetails> - TonApiRequest<
String, String> - TonCenterPostRequest<
String, String> - TonCenterPackAddress
Constructors
- TonCenterPackAddress.new(String address)
Properties
- address → String
-
Identifier of target TON account in raw form
Example : 0:83DFD552E63729B472FCBCC8C45EBCC6691702558B68EC7527E1BA403A0F31A8
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String?> -
map of header
finalinherited
- method → String
-
no setteroverride
-
pathParameters
→ List<
String> -
list of path parameters variable
finalinherited
-
queryParameters
→ Map<
String, dynamic> -
map of query parameters
finalinherited
- requestType → RequestServiceType
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildRequest(
int v) → TonRequestDetails -
Converts the request parameters to TonRequestDetails with a unique identifier.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
String result) → String -
inherited
-
params(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited