GetBlockNumber
Gets the current block number of given chain.
Last updated
Gets the current block number of given chain.
Last updated
Type | Description | |
---|---|---|
Type | Params | Name | Description |
---|---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
int
BlockNumber
The current block number.
EErrorCode
Status Code
The status code.
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
int
BlockNumber, TEnumAsByte<EErrorCode>
StatusCode
FOnGetBlockNumberCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UGetBlockNumber*
GetBalance(UObject* WorldContextObject, FString Address, UEmergenceChain* Blockchain)
Constructor
WorldContextObject
(const UObject*
): World Context Object.
Address
(FString
): Address to get the balance of.
Blockchain
(UEmergenceChain*
): Blockchain to get the balance on.
Function
void
Activate()
Activates the asynchronous event
Blockchain
Blockchain to get the block number of.