ComputePriceEstimate
ComputePriceEstimate
type ComputePriceEstimate = (tx) => Promise<number>;Defined in: types.ts:15
Parameters
| Parameter | Type |
|---|---|
tx | string | (string | PublicKey)[] |
Returns
Promise<number>
type ComputePriceEstimate = (tx) => Promise<number>;Defined in: types.ts:15
| Parameter | Type |
|---|---|
tx | string | (string | PublicKey)[] |
Promise<number>