getArxNodeAccInfo
getArxNodeAccInfo(
arciumProgram
,address
,commitment?
):Promise
<ArxNodeAccount
>
Fetches and parses a given ArxNode account.
Parameters
Parameter | Type | Description |
---|---|---|
arciumProgram | Program <Arcium > | The Anchor program instance. |
address | PublicKey | The public key of the ArxNode account. |
commitment? | Commitment | (Optional) RPC commitment level. |
Returns
The ArxNodeAccount object.