@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/db
solanaAccountTransactionTable
Variable solanaAccountTransactionTable
Const
solanaAccountTransactionTable
:
Omit
<
PgTableWithColumns
<
{
columns
:
{
accountKey
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
,
{
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
amount
:
PgBuildColumn
<
"solana_account_transaction"
,
SetHasGenerated
<
PgNumericBuilder
>
,
{
data
:
string
;
dataType
:
"string numeric"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
true
;
hasDefault
:
true
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
false
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
customerId
:
PgBuildColumn
<
"solana_account_transaction"
,
PgIntegerBuilder
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
false
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
ledgerAccountId
:
PgBuildColumn
<
"solana_account_transaction"
,
PgIntegerBuilder
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
false
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
mint
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
,
{
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
postBalance
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgNumericBuilder
>
,
{
data
:
string
;
dataType
:
"string numeric"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
preBalance
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgNumericBuilder
>
,
{
data
:
string
;
dataType
:
"string numeric"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
programId
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgTextBuilder
<
[
string
,
...
string
[]
]
>
>
,
{
data
:
string
;
dataType
:
"string"
;
driverParam
:
string
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
solanaTransactionId
:
PgBuildColumn
<
"solana_account_transaction"
,
SetNotNull
<
PgIntegerBuilder
>
,
{
data
:
number
;
dataType
:
"number int32"
;
driverParam
:
string
|
number
;
enumValues
:
undefined
;
generated
:
undefined
;
hasDefault
:
false
;
hasRuntimeDefault
:
false
;
identity
:
undefined
;
isAutoincrement
:
false
;
isPrimaryKey
:
false
;
name
:
string
;
notNull
:
true
;
tableName
:
"solana_account_transaction"
;
}
,
>
;
}
;
dialect
:
"pg"
;
name
:
"solana_account_transaction"
;
schema
:
"b2b"
;
}
,
>
,
"enableRLS"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...