dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TypedAddress
my
actor
typed
Type safe address used to verify messages before they are sent.
struct
TypedAddress (
AllowedMsg
...
) {
alias
AllowedMessages
=
AliasSeq
!
AllowedMsg
;
package
WeakAddress
address
;
this
(StrongAddress a);
this
(WeakAddress a);
inout
(
WeakAddress
)
opCall
();
}
Constructors
this
this
(StrongAddress a)
Undocumented in source.
this
this
(WeakAddress a)
Undocumented in source.
Members
Aliases
AllowedMessages
alias
AllowedMessages
=
AliasSeq
!
AllowedMsg
Undocumented in source.
Functions
opCall
inout
(
WeakAddress
)
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
address
WeakAddress
address
;
Undocumented in source.
Meta
Source
See Implementation
my
actor
typed
enums
isTypedActor
isTypedActorImpl
isTypedAddress
functions
IsEqual
extend
impl
typeCheckMsg
underlyingActor
underlyingAddress
underlyingTypedAddress
underlyingWeakAddress
structs
TypedActor
TypedActorImpl
TypedAddress
TypedMsg
templates
ParamsToTuple
ReturnToTupleOrVoid
ToTypedMsg
typedActor
Type safe address used to verify messages before they are sent.