solana_assemble_key_pair {cryptotrackr} | R Documentation |
solana_assemble_key_pair
Description
solana_assemble_key_pair
Usage
solana_assemble_key_pair(key, pair)
Arguments
key |
the key for your key pair |
pair |
the pair for your key pair |
Value
Returns your key pair if it exists or a blank string if it doesn't exist
Examples
limit <- NULL
limit <- solana_assemble_key_pair('limit', limit)
[Package cryptotrackr version 1.3.3 Index]